SingleIndicatorValue
StockSharp.Algo.Indicators
The base value of the indicator, operating with one data type.
Hereda de: BaseIndicatorValue
Constructores
SingleIndicatorValue(IIndicator, T, DateTime)
Initializes a new instance of the SingleIndicatorValue.
- indicator
- Indicator.
- value
- Value.
- time
- Time
SingleIndicatorValue(IIndicator, DateTime)
Initializes a new instance of the SingleIndicatorValue.
- indicator
- Indicator.
- time
- Time
Propiedades
IsFinal : bool
Is the value final (indicator finalizes its value and will not be changed anymore in the given point of time).
Value : T
Value.
Métodos
GetValue``1(Level1Fields?)
To get the value by the data type.
- field
- Field specified value source.
Devuelve: Value.
op_Explicit(SingleIndicatorValue{) : T
Cast object from SingleIndicatorValue to .
- value
- Object SingleIndicatorValue.
Devuelve: value.